-
Notifications
You must be signed in to change notification settings - Fork 286
feat(cloud_sql): Add Cloud SQL Server PITR #812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add PITR Terraform code samples for Cloud SQL for SQL Server.
|
Here is the summary of changes. You are about to add 2 region tags.
This comment is generated by snippet-bot.
|
|
/gcbrun |
|
/gcbrun |
Update edition for the Enterprise sample.
Updated editions for samples.
|
/gcbrun |
| region = "asia-northeast1" | ||
| database_version = "SQLSERVER_2019_ENTERPRISE" | ||
| settings { | ||
| tier = "db-custom-4-26624" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sample should be for Enterprise, not Enterprise Plus. With this in mind, I think we want to reverse the change on line 45.
|
/gcbrun |
|
/gcbrun |
) * Create main.tf Add PITR Terraform code samples for Cloud SQL for SQL Server. * terraform fmt * correct region tags * ensure unique resource names * Update main.tf Update edition for the Enterprise sample. * Update main.tf Updated editions for samples. * Update tier for enterprise plus * revert tier change * Add `root_password` argument --------- Co-authored-by: Katie McLaughlin <[email protected]>
Add PITR Terraform code samples for Cloud SQL for SQL Server.
Description
Fixes #b/388607470
Note: If you are not associated with Google, open an issue for discussion before submitting a pull request.
Checklist
Readiness
Style
guide
Testing
I have performed tests described in the Contributing guide:
terraform applyterraform fmtcheckIntended location
Yes, this sample will be (or already is) included on cloud.google.com
Location(s):
No, this sample won't be included on cloud.google.com
Reason:
API enablement
Review